From: Henrik Enberg Date: Mon, 16 Jan 2006 01:32:30 +0000 (+0000) Subject: fix misplaced parens X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8790^2~191 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=699212df7c2f64e27be4965ef5e6f8a43a309fdc;p=emacs.git fix misplaced parens --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index fa4218bc365..c8e6d63e78a 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -280,7 +280,7 @@ It is useful to set this variable in the site customization file.") "\\|^x-importance:\\|^envelope-to:\\|^delivery-date:" "\\|^x-importance:\\|^envelope-to:\\|^delivery-date:" "\\|^x-*-priority:\\|x-mimeole:" - "\\|^x-babyl-v6-attributes:\\|x-babyl-v6-keywords:") + "\\|^x-babyl-v6-attributes:\\|x-babyl-v6-keywords:" "\\|^x-.*:") "*Regexp to match header fields that Rmail should normally hide. \(See also `rmail-nonignored-headers', which overrides this regexp.)